Package-level declarations

Types

Link copied to clipboard

Specifies available device authentication methods that can be used to present a mobile credential.

Link copied to clipboard
data class DeviceKeyPopOptions(val issuer: String, val audience: String, val format: String = "jwt")

Specifies options for generating device key proof posession.

Link copied to clipboard
data class GeneratedDeviceKeyResult(val keyId: String, val publicKey: <Error class: unknown class>, val pop: String?)

Represents a generated device key.

Link copied to clipboard

The entry point for the MobileCredentialHolder SDK.

Link copied to clipboard

Represents a session with a mobile credential verifier using device retrieval as per ISO 18013-5.